/ Assembly List / LJCNetCommon / DbColumns / Add

Namespace - LJCNetCommon


Parameters
columnName - The column name.
propertyName - The property name.
renameAs - The rename value.
dataTypeName - The data type name.
caption - The caption value.

Returns

The created DbColumn object.

Syntax

C#
public DbColumn Add(String columnName, String propertyName = null, String renameAs = null, String dataTypeName = String, String caption = null)

Creates the Object from the arguments and adds it to the collection.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.